home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / ispell-3.1.18bin / interfaces / vlt / readme
Text File  |  1995-09-21  |  1KB  |  29 lines

  1. Here is something I hacked together as soon as I got VLT v5.517:
  2.  
  3. The following VLT script placed into a mouse command can allow
  4. one to spell check words directly on the VLT screen!  You must
  5. have VLT v5.517 (or later).
  6.  
  7. 1. Go into 'function key/menu' 'program mode'.
  8. 2. Select the 'Operations/Mouse Support...' menu item.
  9. 3. Select an 'Mouse select-down command' to bind the spell function
  10.    to [I use shift-ctrl].  Delete the current contents with 'right amiga-X'.
  11. 4. Place the following, ignoring extra whitespace at the start of
  12.    lines and the line breaks, into the box:
  13.  
  14.    ~rx ("move %X %Y"; "extr reviewlineatcursor";
  15.    "move %x %y"; s = " "vlt.reviewlineatcursor" ";
  16.    a = lastpos(" ",s,%X+1); b = pos(" ",s,%X+1);
  17.    "move "a b-1 %Y %Y;
  18.    address command "spellcheckword" substr(s,a,b-a) "VLT")
  19.  
  20.    [hope you have a snapper. :-]
  21.  
  22. 5. Turn 'off' 'program mode'.
  23. 6. Copy interfaces/shell/spellcheckword.rexx into rexx:
  24.  
  25. This interface requires that GUISpell be installed.
  26.  
  27. Loren
  28. Sun Sep 27 11:13:56 1992
  29.